home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Java / SlideShow / Source Clippings / Controller / Controller Constants / Controller Constants.rsrc / TEXT_256.txt < prev   
Encoding:
Text File  |  2000-09-28  |  341 b   |  8 lines

  1.     public static final String BACKWARD_COMMAND = "backward";
  2.     public static final String FORWARD_COMMAND = "forward";
  3.     public static final String PLAY_COMMAND = "play";
  4.     public static final String PAUSE_COMMAND = "pause";
  5.     
  6.     protected static final String imagePath = "images/controlborder.jpg";
  7.     protected static final int collapsedWidth = 9;
  8.